home *** CD-ROM | disk | FTP | other *** search
- Path: erich.triumf.ca!bennett
- From: bennett@erich.triumf.ca (P.Bennett)
- Newsgroups: comp.lang.c
- Subject: Re: Can I use makefiles for Borland Turbo c++
- Date: 27 Mar 1996 21:54 PST
- Organization: TRIUMF: Tri-University Meson Facility
- Distribution: world
- Message-ID: <27MAR199621544751@erich.triumf.ca>
- References: <4jd2of$rqd@lei.acay.com.au>
- NNTP-Posting-Host: ftp.triumf.ca
- News-Software: VAX/VMS VNEWS 1.50
-
- In article <4jd2of$rqd@lei.acay.com.au>, parry@acay.com.au writes...
- >Hi there,
- >
- >I'm a complete newbie to programing, and am in first year at uni.
- >
- >As we are learning the C language, one of the guys at work gave me his "old"
- > C compiler c++. Aparently it is exactly the same as compiling under unix which is
- > what we use at uni.
- >
- >I now hav a small problem, we have been given our asignment witch uses a
- > make file to combine and compile a final executable. Is there such a command
- > or function for the borland compiler?
- >
- >I would be extremely grateful if someone could tell me if it exists and what the operartion is.
-
- Earlier versions of Borland and Turbo C(++) included make - it is a separate
- program, and should be documented in the manuals. The syntax of Borland
- makefiles may be slightly different from the one you are using under unix.
- (I don't know if the TC for Windows includes make - probably not...)
-
- The "project" feature of the Borland IDEs provides a function similar to make,
- and Borland provides (with some versions, anyway) a program called prj2mak to
- convert a project file to a make file. It may be worthwhile to set up a simple
- project in the IDE, then use prj2mak to produce a makefile for it, and use that
- as a starting point for your other makefiles.
-
-
-
- Peter Bennett VE7CEI | Vessels shall be deemed to be in sight
- Internet: bennett@triumf.ca | of one another only when one can be
- Packet: ve7cei@ve7kit.#vanc.bc.ca | observed visually from the other
- TRIUMF, Vancouver, B.C., Canada | ColRegs 3(k)
- GPS and NMEA info and programs: ftp://sundae.triumf.ca/pub/peter/index.html
- or: ftp://ftp-i2.informatik.rwth-aachen.de/pub/arnd/GPS/peter/index.html
-
-